'Declaration
Public Overrides Sub Clear( _ Optional ByVal clearOptions As ClearOptions _ )
'Usage
Dim instance As LinearRange(Of T) Dim clearOptions As ClearOptions instance.Clear(clearOptions)
public override void Clear( ClearOptions clearOptions )
Parameters
- clearOptions
Sets the options that determine which elements will be cleared from the LinearRange.
The default setting is All.